home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / LOG.DOC < prev    next >
Text File  |  1989-01-07  |  948b  |  28 lines

  1. Log file format:
  2.  
  3. Byte 1-11 -- YYMMDD/HHMM time stamp.
  4. Byte 12   -- taskid in character format
  5.  
  6. Byte 13
  7.  
  8.     'C' -- Link status message (connect)
  9.            Byte 14 = port
  10.            Byte 15 = channel
  11.            Byte 16-end = actual message
  12.  
  13.     'D' -- Link status message (connect)
  14.            Same format as 'C'
  15.  
  16.     number:  Operations pertaining to a message
  17.                   1234:R  -- means Read of 1234
  18.                   1234:F WA6NWE -- means Forward of message 1234 on path WA6NWE
  19.                   1234:K  -- Means Kill of 1234
  20.                              Note V2.2 and below had this as 1234::K
  21.                   1234:S etc -- Means send of message 1234.  The full
  22.                                 command as typed by the user is shown.  Note
  23.                                 S could also be small s
  24.  
  25.     'L' text -- Line typed by user.  Note V2.2 and below had no L.  Just
  26.                 the text as typed.
  27.  
  28.